home *** CD-ROM | disk | FTP | other *** search
- object FormHotkey: TFormHotkey
- Left = 191
- Top = 107
- BorderStyle = bsDialog
- Caption = 'HotKey'
- ClientHeight = 108
- ClientWidth = 175
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 12
- object Button1: TButton
- Left = 8
- Top = 68
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object BtnCancel: TButton
- Left = 88
- Top = 68
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object GroupBox: TGroupBox
- Left = 8
- Top = 8
- Width = 157
- Height = 49
- Caption = 'HotKey'
- TabOrder = 0
- object HotKey: THotKey
- Left = 16
- Top = 20
- Width = 121
- Height = 18
- HotKey = 122
- InvalidKeys = [hcNone]
- Modifiers = []
- TabOrder = 0
- end
- end
- end
-